home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-11-15 | 1.1 KB | 29 lines | [TEXT/MPS ] |
- #-----------------------------------------------------------------------#
- # #
- # NotPPC - Sample Application #
- # #
- # ©1993, Apple Computer, Inc. #
- # #
- #-----------------------------------------------------------------------#
-
- NotPPC is a tiny 68K application that you can combine with your PowerPC
- application to avoid the annoying "System Error -192: Resource Not Found"
- that occurs when you try to run a PowerPC application on a 68K Macintosh.
-
- NotPPC puts up a simple alert saying "You need a Macintosh equipped with
- a PowerPC processor to run this application."
-
- To include this capability in your PowerPC application:
-
- 1) Build the NotPPC App using the NotPPC.make makefile.
-
- 2) Add the following line to your PowerPC application's resource
- description (.r) file...
-
- Include "NotPPC";
-
- This copies the resources from NotPPC to your PowerPC Application,
- resulting in a "Fat" application. Note that there are other
- (equivalent) ways of creating "Fat" applications.
- [see c_sample_fat.make for an example]
-